AI - Claude

  • Context
    • ./CLAUDE.md
    • ./CLAUDE.local.md
    • ~/.claude/CLAUDE.md
  • MCP
    • playwright
  • Changes to vscode
    # /Users/myron/Library/Application Support/Code/User/keybindings.json
    [
        {
            "key": "shift+enter",
            "command": "workbench.action.terminal.sendSequence",
            "args": {
                "text": "\\\r\n"
            },
            "when": "terminalFocus"
        }
    ]
  • CLI sSetup
    # Use brew to install node
    asdf set nodejs system
    npm install -g @anthropic-ai/claude-code
    
    # when node is old and set by asdf-vm
    export ASDF_NODEJS_VERSION=22.18.0
    claude